home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 941 b | 62 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWString.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWSTRING_H
- #define FWSTRING_H
-
- #if FW_PRECOMPILE_PRIVATE_HEADERS
-
- #ifndef PRCHARIT_H
- #include "PRCharIt.h"
- #endif
-
- #ifndef PRSTRREP_H
- #include "PRStrRep.h"
- #endif
-
- #endif
-
- #ifndef FWBNDSTR_H
- #include "FWBndStr.h"
- #endif
-
- #ifndef FWCHARAC_H
- #include "FWCharac.h"
- #endif
-
- #ifndef FWCHARIT_H
- #include "FWCharIt.h"
- #endif
-
- #ifndef FWPSTR_H
- #include "FWPStr.h"
- #endif
-
- #ifndef FWSTRS_H
- #include "FWStrs.h"
- #endif
-
- #ifndef SLCHARIT_H
- #include "SLCharIt.h"
- #endif
-
- #ifndef SLLOCALE_H
- #include "SLLocale.h"
- #endif
-
- #ifndef SLSTRREP_H
- #include "SLStrRep.h"
- #endif
-
- #ifndef SLTXTPAR_H
- #include "SLTxtPar.h"
- #endif
-
- #endif
-